aboutsummaryrefslogtreecommitdiff
path: root/home/user/.bashrc
blob: 786f06dd15b40fb606433671848486a9217dbd26 (plain) (blame)
1
2
3
4
5
6
7
# ~/.bashrc
# Author: Mountain Man

# Test for an interactive shell.
if [[ $- != *i* ]] ; then
	  return
fi